Add option to choose default split type#31
Conversation
|
Hey, I think the right way for users to customize this is:
|
|
Well, I like to use the man buffers like the help system, a unique command to reuse the same window. I put all the man buffers on the left with something like
The main issue is really #14, if that's solved then this PR is obsolete since you can just create an autocmd. |
|
Rebased this into the latest master. |
|
Hi, |
|
Very well, no problem. I just rebased this (and will probably continue to do so) to keep my branch updated, since I use it in my configuration. Don't take it as some kind of pressure to merge it. |
This adds a new variable that can be set to influence the default split method when using `:Man`. The other commands `Vman`, etc are unaffected.
|
I think this aproach is not uncommon. I use some plugins that do it like this. Bexec and CtrlP for example. (Not to forget the |
|
I agree with @lucc E.g., vim-tldr offers a similar option. |

This adds a new variable that can be set to influence the default split
method when using
:Man. It also works onK.The other commands
Vman, etc are unaffected.